Doug Ilijev 2f13802dcd MicroBuild v2: changes to project files and build scripts to enable building in MBv2, and PGO builds of ChakraCore; add nuspec for ChakraCore. 10 лет назад
..
AsmJsByteCodeDumper.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
AsmJsByteCodeDumper.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
AsmJsByteCodeWriter.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
AsmJsByteCodeWriter.h 46617d76ae CR Fixes #3 10 лет назад
AuxArray.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
BackendOpCodeAttr.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 лет назад
BackendOpCodeAttr.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteBlock.cpp 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteBlock.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteCodeApi.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteCodeCacheReleaseFileVersion.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteCodeDumper.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 лет назад
ByteCodeDumper.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteCodeEmitter.cpp 25e7c1ce03 [MERGE #665] Update the yield* implementation to match the spec 10 лет назад
ByteCodeGenerator.cpp 730b33ca44 Fix for issue with using this object in the param scope of a lambda function 10 лет назад
ByteCodeGenerator.h 84775acbcd Fix module cyclic dependencies 10 лет назад
ByteCodeReader.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
ByteCodeReader.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
ByteCodeSerializeFlags.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ByteCodeSerializer.cpp 83a9cc8c95 Track anonymous functions bodies when we serialize them in the byte code. Otherwise it's impossible on deserialization to tell the difference between an anonymous function and a function with the name, 'Anonymous function.' The difference determines, for instance, whether instances of the function body have a name property. 10 лет назад
ByteCodeSerializer.h 8567cfe6c1 update all references to use correct CamelCase file names 10 лет назад
ByteCodeWriter.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 лет назад
ByteCodeWriter.h d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 лет назад
Chakra.Runtime.ByteCode.vcxproj 8567cfe6c1 update all references to use correct CamelCase file names 10 лет назад
ExtendedOpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
ExtendedOpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
FuncInfo.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 лет назад
FuncInfo.h 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 лет назад
LayoutTypes.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
LayoutTypesAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
OpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
OpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
OpCodeUtil.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
OpCodeUtil.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
OpCodeUtilAsmJs.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
OpCodeUtilAsmJs.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
OpCodes.cpp 47eab483b9 change top-level dir Lib back to lib 10 лет назад
OpCodes.h 2197bfa27a Another fix for bug OS:6773420 10 лет назад
OpCodesAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
OpCodesSimd.h 46617d76ae CR Fixes #3 10 лет назад
OpLayouts.h 8567cfe6c1 update all references to use correct CamelCase file names 10 лет назад
OpLayoutsAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
OpLayoutsCommon.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 лет назад
PropertyIdArray.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
RuntimeByteCodePch.cpp 47eab483b9 change top-level dir Lib back to lib 10 лет назад
RuntimeByteCodePch.h 8567cfe6c1 update all references to use correct CamelCase file names 10 лет назад
Scope.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 лет назад
Scope.h 3c28308d8d This change set implements param scope and the body scope as parallel scopes. 10 лет назад
ScopeInfo.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 лет назад
ScopeInfo.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
StatementReader.cpp d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 лет назад
StatementReader.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
Symbol.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 лет назад
Symbol.h 84775acbcd Fix module cyclic dependencies 10 лет назад
VarArrayVarCount.h 47eab483b9 change top-level dir Lib back to lib 10 лет назад
packages.config 2f13802dcd MicroBuild v2: changes to project files and build scripts to enable building in MBv2, and PGO builds of ChakraCore; add nuspec for ChakraCore. 10 лет назад