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 년 전